.link {
	width: 100%;
	padding: 24px 0 42px;
	margin: 50px auto 0;
	background-color: #ececec;
	overflow: hidden;
}
.link span {
	font-size: 16px;
	color: #000;
	line-height: 1;
}
.link a {
	font-size: 14px;
	color: #333;
	line-height: 16px;
	display: inline-block;
	margin-right: 18px;
}
.link a:hover {
	color: #1a4ea2;
}

.footer {
    width: 100%;
	padding-top: 55px;
    background: #222;
}
.footer a:hover, .f_bottom a:hover {
	text-decoration: underline;
}
.footer .f_logo {
	float: left;
	line-height: 0;
}
.footer .f_mes {
	float: left;
	width: 350px;
	margin-left: 90px;
}
.footer .f_mes>p {
	font-size: 14px;
	color: #fff;
	line-height: 1;
	margin-bottom: 26px;
}
.footer .f_mes a {
	font-size: 14px;
	color: #fff;
	line-height: 1;
}
.footer .f_nav {
	float: left;
	width: 215px;
	margin-left: 80px;
}
.footer .f_nav>a {
	display: inline-block;
	margin: 0 40px 35px 0;
	font-size: 15px;
	color: #fff;
	line-height: 16px;
}
.footer .f_ew {
	float: right;
	width: 300px;
	height: 173px;
	background: url(../images/f_ewbg.png) no-repeat center;
	line-height: 0;
}
.footer .f_ew>img {
	float: right;
	width: 160px;
	height: 160px;
	margin-top: 12px;
}
.f_bottom {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	background-color: #222;
	border-top: 1px solid #383838;
	font-size: 12px;
	color: #666;
	line-height: 48px;
}